ActiveReports 12
GeoPoint Constructor(Double,Double,Nullable<Double>,Nullable<Double>)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > GeoPoint Class > GeoPoint Constructor : GeoPoint Constructor(Double,Double,Nullable<Double>,Nullable<Double>)
The x-coordinate.
The y-coordinate.
The z-coordinate.
The m-coordinate.
Initializes a new instance of the GeoPoint class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Nullable(Of Double), _
   ByVal m As Nullable(Of Double) _
)
public GeoPoint( 
   double x,
   double y,
   Nullable<double> z,
   Nullable<double> m
)

Parameters

x
The x-coordinate.
y
The y-coordinate.
z
The z-coordinate.
m
The m-coordinate.
See Also

Reference

GeoPoint Class
GeoPoint Members
Overload List